@font-face {
    font-family: 'Intro Regular Alt';
    src: url('Intro-RegularAlt.ttf') format('truetype'),
         url('Intro-RegularAlt.otf') format('opentype'),
         url('intro-regularalt-webfont.woff2') format('woff2'),
         url('intro-regularalt-webfont.woff') format('woff');
    font-weight: 400; /* Regular geralmente tem peso 400 */
    font-style: normal;
}